Q3ViewerUseGroup
You can use theQ3ViewerUseGroup
function to set the group of objects associated with a viewer.
OSErr Q3ViewerUseGroup ( TQ3ViewerObject theViewer, TQ3GroupObject group);
theViewer
- A viewer object.
group
- A group.
DESCRIPTION
TheQ3ViewerUseGroup
function sets the group of objects associated with the viewer specified by thetheViewer
parameter to the group specified by thegroup
parameter.